.s-cv-area {
  background: #232323;
  background: linear-gradient(0deg, #232323 0%, #333333 3%, #333333 97%, #232323 100%);
  margin-left: -15px;
  margin-right: -15px;
}
.s-cv-area h2 {
  font-weight: bold;
  color: #fff;
}
.s-cv-area #cv_bt {
  flex-basis: 52%;
}
.s-cv-area #cv_bt a {
  position: relative;
  display: block;
  width: 100%;
  padding: 7.5% 0 3.6% 25%;
  font-weight: bold;
  color: #fff !important;
  background: linear-gradient(60deg, #55c3f1, #0197e0);
  border-radius: 4px;
  box-shadow: 0 5px 0 #000, 2px 2px 0 rgba(255, 255, 255, 0.3) inset;
}
.s-cv-area__btn {
  margin: 0 auto;
  /* max-width: 720px; */
}
.s-cv-area__btn:hover {
  filter: brightness(1.2);
}
@media screen and (max-width: 530px) {
  .s-cv-area #cv_bt a {
    padding: 8% 0 5.6% 25%;
  }
}
.s-cv-area #cv_bt a::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background: 0 0 no-repeat url("/-/media/Project/Daikin/ac_daikin_co_jp/dept_common/images/cv/cv_mv_before svg");
}
.s-cv-area #cv_bt a::after {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  top: 50%;
  margin-top: -3.5%;
  width: 8%;
  height: 30%;
  background: 0 0 no-repeat url("/-/media/Project/Daikin/ac_daikin_co_jp/dept_common/images/cv/cv_arrow svg");
}
.s-cv-area #cv_bt a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.2s;
}
.s-cv-area #cv_bt a span {
  text-shadow: #2e91bd 0 -2px;
  line-height: 1rem;
}
.s-cv-area #cv_bt a .txt1 {
  font-size: 34px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 780px) {
  .s-cv-area #cv_bt a .txt1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 650px) {
  .s-cv-area #cv_bt a .txt1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 530px) {
  .s-cv-area #cv_bt a .txt1 {
    font-size: 8vw;
  }
}
.s-cv-area #cv_bt a .txt2 {
  font-size: 26px;
  letter-spacing: 0;
}
@media screen and (max-width: 780px) {
  .s-cv-area #cv_bt a .txt2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 650px) {
  .s-cv-area #cv_bt a .txt2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 530px) {
  .s-cv-area #cv_bt a .txt2 {
    font-size: 6vw;
  }
}
.s-cv-area #cv_bt a .txt3 {
  font-size: 32px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 780px) {
  .s-cv-area #cv_bt a .txt3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 650px) {
  .s-cv-area #cv_bt a .txt3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 530px) {
  .s-cv-area #cv_bt a .txt3 {
    font-size: 8vw;
  }
}
.s-cv-area .s-cv-flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.s-cv-area .s-cv-flex #cv_txt {
  margin-right: 25px;
  flex-basis: 45%;
}
.s-cv-area .s-cv-flex #cv_mv_bt {
  flex-basis: 52%;
}
#cv_mv {
  box-sizing: border-box;
  padding: 20px 0;
}
#cv_mv h2 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 24px;
}
#cv_mv .g-box {
  width: 760px;
  padding-bottom: 10px;
}
@media screen and (max-width: 780px) {
  #cv_mv .g-box {
    width: 92%;
  }
}
@media screen and (max-width: 530px) {
  #cv_mv .g-box .s-cv-flex {
    display: block;
  }
}
#cv_mv .g-box .s-cv-flex #cv_txt {
  margin-right: 25px;
  flex-basis: 45%;
}
@media screen and (max-width: 530px) {
  #cv_mv .g-box .s-cv-flex #cv_txt {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #cv_mv .g-box .s-cv-flex #cv_txt img {
    height: 95%;
  }
}
#g-main .cv_compact,
#cv_floating {
  padding: 15px 0;
  bottom: 0;
}
#g-main .cv_compact .s-cv-flex,
#cv_floating .s-cv-flex {
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  #g-main .cv_compact .s-cv-flex,
  #cv_floating .s-cv-flex {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 570px) {
  #g-main .cv_compact .s-cv-flex,
  #cv_floating .s-cv-flex {
    display: block;
  }
}
#g-main .cv_compact h2,
#cv_floating h2 {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  #g-main .cv_compact h2,
  #cv_floating h2 {
    font-size: 1rem;
  }
}
#g-main .cv_compact #cv_txt,
#cv_floating #cv_txt {
  flex-basis: 47%;
}
@media screen and (max-width: 570px) {
  #g-main .cv_compact #cv_txt,
  #cv_floating #cv_txt {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#g-main .cv_compact #cv_bt,
#cv_floating #cv_bt {
  flex-basis: 50%;
}
#g-main .cv_compact #cv_bt a,
#cv_floating #cv_bt a {
  padding: 5% 0 2% 30%;
}
@media screen and (max-width: 767px) {
  #g-main .cv_compact #cv_bt a,
  #cv_floating #cv_bt a {
    padding: 5% 0 2% 32%;
  }
}
@media screen and (max-width: 570px) {
  #g-main .cv_compact #cv_bt a,
  #cv_floating #cv_bt a {
    padding: 4% 0 1% 28%;
  }
}
#g-main .cv_compact #cv_bt a::before,
#cv_floating #cv_bt a::before {
  background: 0 0 no-repeat url("/-/media/Project/Daikin/ac_daikin_co_jp/dept_common/images/cv/cv_compact_before svg");
}
#g-main .cv_compact #cv_bt a::after,
#cv_floating #cv_bt a::after {
  width: 7%;
  margin-top: -2%;
}
@media screen and (max-width: 767px) {
  #g-main .cv_compact #cv_bt a::after,
  #cv_floating #cv_bt a::after {
    width: 5%;
  }
}
#g-main .cv_compact #cv_bt a .txt1,
#cv_floating #cv_bt a .txt1 {
  font-size: 36px;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 900px) {
  #g-main .cv_compact #cv_bt a .txt1,
  #cv_floating #cv_bt a .txt1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #g-main .cv_compact #cv_bt a .txt1,
  #cv_floating #cv_bt a .txt1 {
    font-size: 26px;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 670px) {
  #g-main .cv_compact #cv_bt a .txt1,
  #cv_floating #cv_bt a .txt1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 570px) {
  #g-main .cv_compact #cv_bt a .txt1,
  #cv_floating #cv_bt a .txt1 {
    font-size: 7vw;
  }
}
#g-main .cv_compact #cv_bt a .txt2,
#cv_floating #cv_bt a .txt2 {
  font-size: 27px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 900px) {
  #g-main .cv_compact #cv_bt a .txt2,
  #cv_floating #cv_bt a .txt2 {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  #g-main .cv_compact #cv_bt a .txt2,
  #cv_floating #cv_bt a .txt2 {
    font-size: 17px;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 670px) {
  #g-main .cv_compact #cv_bt a .txt2,
  #cv_floating #cv_bt a .txt2 {
    font-size: 13px;
  }
}
@media screen and (max-width: 570px) {
  #g-main .cv_compact #cv_bt a .txt2,
  #cv_floating #cv_bt a .txt2 {
    font-size: 6vw;
  }
}
#g-main .cv_compact #cv_bt a .txt3,
#cv_floating #cv_bt a .txt3 {
  font-size: 33px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 900px) {
  #g-main .cv_compact #cv_bt a .txt3,
  #cv_floating #cv_bt a .txt3 {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  #g-main .cv_compact #cv_bt a .txt3,
  #cv_floating #cv_bt a .txt3 {
    font-size: 23px;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 670px) {
  #g-main .cv_compact #cv_bt a .txt3,
  #cv_floating #cv_bt a .txt3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 570px) {
  #g-main .cv_compact #cv_bt a .txt3,
  #cv_floating #cv_bt a .txt3 {
    font-size: 7vw;
  }
}
#cv_floating {
  width: 100%;
  /* height: 96px; */
  padding: 0;
  border: 0;
}
#cv_floating.g-kknv-banner {
  background-color: transparent;
}
#cv_floating.g-sticky-banner {
  box-shadow: none;
}
#cv_floating .s-cv-area {
  padding: 10px;
  margin: 0;
  /* height: 96px; */
  background: rgba(35, 35, 35, 0.9);
}
@media screen and (max-width: 1138px) {
  #cv_floating .s-cv-area__btn {
    margin: 0;
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 480px) {
  #cv_floating {
    height: auto;
  }
  #cv_floating .s-cv-area {
    padding: 10px;
    height: auto;
  }
  #cv_floating .s-cv-area h2 {
    font-size: 0.7rem;
    line-height: 0.8rem;
  }
  #cv_floating .s-cv-area__btn {
    padding-right: 80px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #cv_floating #cv_bt a {
    padding-left: 29.5%;
  }
  #cv_floating #cv_bt a .txt1 {
    font-size: 6vw;
  }
  #cv_floating #cv_bt a .txt2 {
    font-size: 4vw;
  }
  #cv_floating #cv_bt a .txt3 {
    font-size: 5.5vw;
  }
}
@media print {
  #cv_floating {
    display: none;
  }
}
